Sharing Privileges
An object of class Sharing Privileges corresponds to the group privileges,
guest privileges, or owner privileges selected in the sharing window for a sharable container.PROPERTIES
make changes
- A Boolean value that corresponds to the Make Changes checkbox for a specified user or group is selected in a
sharable container's sharing window.
Class: Boolean
Modifiable: Yessee files
- A Boolean value that corresponds to the See Files checkbox for
a specified user or group is selected in a sharable container's sharing window.
Class: Boolean
Modifiable: Yessee folders
- A Boolean value that corresponds to the See Folders checkbox for a specified user or group is selected in a sharable container's sharing window.
Class: Boolean
Modifiable: YesELEMENT CLASSES
NoneCOMMANDS HANDLED
NoneDEFAULT VALUE CLASS RETURNED
NoneEXAMPLE
This script returns a Boolean value that indicates whether the checkbox labeled "See files" for the current User/Group in the startup disk's sharing window is selected or not:
tell application "Finder" see files of group privileges of startup disk end tell --result: true